From 46d75a5647a3f1839188c2fecbff7cac462c44db Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 10 Jun 2011 10:47:08 +0200 Subject: [PATCH] xenpaging: drop xc.c, remove xc_wait_for_event xc_wait_for_event is not used in xenpaging. Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- tools/xenpaging/xc.c | 4 ---- tools/xenpaging/xc.h | 1 - 2 files changed, 5 deletions(-) diff --git a/tools/xenpaging/xc.c b/tools/xenpaging/xc.c index 754da4cb27..26b8d0fd72 100644 --- a/tools/xenpaging/xc.c +++ b/tools/xenpaging/xc.c @@ -91,10 +91,6 @@ int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned lon return -errno; } -int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce) -{ - return xc_wait_for_event_or_timeout(xch, xce, -1); -} diff --git a/tools/xenpaging/xc.h b/tools/xenpaging/xc.h index e554755901..f0e714cfe1 100644 --- a/tools/xenpaging/xc.h +++ b/tools/xenpaging/xc.h @@ -38,7 +38,6 @@ int xc_mem_paging_flush_ioemu_cache(domid_t domain_id); -int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce); int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned long ms); -- 2.30.2